/*
 * Royal Kingdom
 * Written my Stephen Ostermiller (gforce@ostermiller.com)
 * (Check out the mp3 software I have written at
 * www.ostermiller.com)
 *
 * Pretty in purple and blue.
 * This has a white rather than black background
 */

/*
 * ******    HUE     ******
 *
 * This hue gives us the bluish purple
 */
H=".73",

/*
 * ****** SATURATION ******
 *
 * We want it to get white slowly.  Spend longer
 * in the richer colors near the high end of the
 * saturation spectrum.
 */
S="1 - sqr(1-i)",

/*
 * ******   VALUE   ******
 *
 * Do a little parametric dip into the darker
 * colors when we are in between the foreground
 * and the background.
 */
V="sqr(i-.5) + .75",

Vers=100